object OKBottomDlg1: TOKBottomDlg1 Left = 43 Top = 117 BorderStyle = bsDialog Caption = 'Save Document As ...' ClientHeight = 153 ClientWidth = 537 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 521 Height = 137 Shape = bsFrame end object Label1: TLabel Left = 104 Top = 24 Width = 318 Height = 16 Caption = 'You Are About To Save This Document As Plain Text.' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 152 Top = 40 Width = 222 Height = 16 Caption = 'This Will Remove All Text Formatting.' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label3: TLabel Left = 200 Top = 64 Width = 121 Height = 16 Caption = 'Save Document As :' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object RT: TButton Tag = 1 Left = 23 Top = 102 Width = 106 Height = 25 Caption = '&Rich Text (.rtf)' Default = True Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 0 OnClick = RTClick end object PT: TButton Tag = 3 Left = 280 Top = 102 Width = 105 Height = 25 Caption = '&Plain Text (.txt)' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 1 OnClick = RTClick end object Button1: TButton Left = 408 Top = 102 Width = 105 Height = 25 Cancel = True Caption = '&Cancel' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 2 end object WD: TButton Tag = 2 Left = 151 Top = 102 Width = 106 Height = 25 Caption = '&Word Format (.doc)' Default = True Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 3 OnClick = RTClick end end